+2007-07-18 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktreeview.c: Correct some mistakes in the
+ documentation of the test-expand/collapse-row signals.
+ (#457774, Olivier Andrieu)
+
2007-07-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c: Small cleanups
* The given row is about to be expanded (show its children nodes). Use this
* signal if you need to control the expandability of individual rows.
*
- * Returns: %TRUE to allow expansion, %FALSE to reject
+ * Returns: %FALSE to allow expansion, %TRUE to reject
*/
tree_view_signals[TEST_EXPAND_ROW] =
g_signal_new (I_("test-expand-row"),
* The given row is about to be collapsed (hide its children nodes). Use this
* signal if you need to control the collapsibility of individual rows.
*
- * Returns: %TRUE to allow expansion, %FALSE to reject
+ * Returns: %FALSE to allow collapsing, %TRUE to reject
*/
tree_view_signals[TEST_COLLAPSE_ROW] =
g_signal_new (I_("test-collapse-row"),